home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / a430sup.zip / UPDATE_S.BAT < prev    next >
DOS Batch File  |  1993-08-19  |  1KB  |  33 lines

  1. @echo off
  2. if exist a4.exe goto update
  3. echo **********************************************************************
  4. echo                 Please read the directions that come
  5. echo                 with the update before attempting to 
  6. echo                 install. Before typing UPDATE_S you 
  7. echo                 must copy the update files to the  
  8. echo                 program subdirectory.
  9. echo **********************************************************************
  10. @echo off
  11. goto end
  12. :update
  13. PATCH V30_V31s
  14. if errorlevel 1 goto bad
  15. erase PATCH.EXE
  16. erase V30_V31s.*
  17. goto end
  18. :bad
  19. erase PATCH.EXE
  20. erase V30_V31s.*
  21. cls
  22. Echo *********************************************************************
  23.  
  24. echo      Alpha Four was not updated!!!  Please make sure that you 
  25. echo      are using version 3.0.0 of the program.  This can be 
  26. echo      checked by pressing F3 from the Alpha Four main menu. If  
  27. echo      you are not using version 3.0.0 please call the Technical 
  28. echo      Support Department for assistance.        
  29.  
  30. echo *********************************************************************
  31.  
  32. :end
  33.